Class ProcessInstanceDataTaskEventArgs
Argument which will be passed, when processing instance datas
Inheritance
System.Object
ProcessInstanceDataTaskEventArgs
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 |
---|---|
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 |
---|---|
Guid |
TaskTypeId
Task type
Declaration
public int TaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |