ScheduledDocumentEventLastProcessStatus Property |
Status/information of the last attemp to process the event. Usually shows the cause in case of failure. [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string LastProcessStatus { get; set; }
Public Property LastProcessStatus As String
Get
Set
public:
property String^ LastProcessStatus {
String^ get ();
void set (String^ value);
}
member LastProcessStatus : string with get, set
Property Value
Type:
String
See Also