ProcessInstanceFinishTime Property |
The date and time, when the process instance has finished its execution. null when the instance has not yet finished execution. [Filter(eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> FinishTime { get; set; }
Public Property FinishTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ FinishTime {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member FinishTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also