Click or drag to resize

ICanRun interface

Provides the function 'bool CanRun(...)'.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface ICanRun

The ICanRun Type exposes the following members.

Methods
 NameDescription of the
Public MethodCanRun 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