Click or drag to resize
IResumable Interface
If a node is can be resumed after hybernation it implements this interface

Namespace: FlexRule.Flows.Model.Nodes
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IResumable

The IResumable type exposes the following members.

Methods
  NameDescription
Public methodGetResumeTransition
Returns the Transition that is the begining of resume
Top
See Also