Click or drag to resize

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.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
bool CanRun(
	
	ref Object?? parameters,
	
	TreeParameters treeParameters,
	
	TreeEvent source
)

Parameters

parameters  Object
Call parameters of the user.
treeParameters  TreeParameters
Internal parameters of the tree.
source  TreeEvent
Calling TreeEvent.

Return value

Boolean
True if the Run/Start can be executed.
See also