SimplePhaseNextDuration Property |
Calculated duration for timer.
Namespace: Scanjour.Workflow4.ActivityLibrary.PhasesAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic OutArgument<TimeSpan> NextDuration { get; set; }
Public Property NextDuration As OutArgument(Of TimeSpan)
Get
Set
public:
property OutArgument<TimeSpan>^ NextDuration {
OutArgument<TimeSpan>^ get ();
void set (OutArgument<TimeSpan>^ value);
}
member NextDuration : OutArgument<TimeSpan> with get, set
Property Value
OutArgumentTimeSpan
See Also