 | ICanRunCanRun method |
Is used by Vishnu before each run of a Checker, Worker or before
Start a trigger is called up.
Returns true if the run/start can be executed.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxbool CanRun(
ref Object?? parameters,
TreeParameters treeParameters,
TreeEvent source
)
Function CanRun (
ByRef parameters As Object,
treeParameters As TreeParameters,
source As TreeEvent
) As Boolean
bool CanRun(
Object^% parameters,
TreeParameters^ treeParameters,
TreeEvent^ source
)
abstract CanRun :
parameters : Object byref *
treeParameters : TreeParameters *
source : TreeEvent -> bool
Parameters
- parameters Object
- Call parameters of the user.
- treeParameters TreeParameters
- Internal parameters of the tree.
- source TreeEvent
- Calling TreeEvent.
Return value
BooleanTrue if the Run/Start can be executed.
See also