Class ProcessInstanceDataTaskEventArgs
Argument which will be passed, when processing instance datas
Inheritance
System.Object
System.EventArgs
ProcessInstanceDataTaskEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class ProcessInstanceDataTaskEventArgs : EventArgs
Constructors
| Improve this Doc View SourceProcessInstanceDataTaskEventArgs()
Create
Declaration
public ProcessInstanceDataTaskEventArgs()
Properties
| Improve this Doc View SourceHandled
True if the call was handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InstanceDataGuid
Unique instance data guid
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RemoveTaskFromQueue
True if should be removed (default), else false
Declaration
public bool RemoveTaskFromQueue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StackGuid
Guid of the stack
Declaration
public Guid StackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TaskTypeId
Task type
Declaration
public int TaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |