Click or drag to resize

TaskResult Class

Last result for a task execution, relay, poll or perform
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.OPS.ModelTaskResult

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class TaskResult

The TaskResult type exposes the following members.

Constructors
  NameDescription
Public methodTaskResult
Top
Properties
  NameDescription
Public propertyCompleted
Was task completed. If false is task still pending, and this is a result of a status poll
Public propertyExecutionTime
When is this task result for
Public propertyExternalAnchor
Anchor returned by the connector
Public propertyOriginTaskId
The origin task id
Public propertyResultText
Message returned by the connector
Public propertySuccess
Was the result successful Note that the result will be for a relay or poll event, if "Completed" is false
Public propertyWillRetry
Job is status retrying, and the task will be retried
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also