 | ICanRun interface |
Provides the function 'bool CanRun(...)'.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic interface class ICanRun
type ICanRun = interface end
The ICanRun Type exposes the following members.
Methods | Name | Description of the |
---|
 | CanRun |
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.
|
Back to the top
Remarks
File: ICanRun.cs
Author: Erik Nagel
30.05.2015 Erik Nagel: created
See also