Click or drag to resize

NodeShellBaseCanRun 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: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public 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
Calls the TreeEvent.

Return value

Boolean
True if the Run/Start can be executed.

Implemented

ICanRunCanRun(ObjectTreeParameters, TreeEvent)
See also