Class BatchStartProcessCommand
Command for chunked starting multiple processes.
Inheritance
System.Object
BatchStartProcessCommand
Inherited Members
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: Terrasoft.Core.Process
Assembly: Terrasoft.Core.Process.dll
Syntax
public class BatchStartProcessCommand
Constructors
BatchStartProcessCommand()
Declaration
public BatchStartProcessCommand()
Properties
Options
Batch starting options.
Declaration
public BatchProcessStartData Options { get; set; }
Property Value
| Type | Description |
|---|---|
| BatchProcessStartData |
SessionId
Unique id of process starting session used to identify chunks relation.
Declaration
public Guid SessionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |