![]() | Sub |
The SubProcessBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndTime | Gets time that the process finished or current time if process is still running. |
![]() | Progress | Gets the current percent completion of process [0 - 100]. |
![]() | StartTime | Gets time that the process was started. |
![]() | Status | Gets current status of the process. |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Kill | Kills the process. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | WaitForCompletion | Blocks until the process finishes. |
![]() | WaitForCompletion(CancellationToken) | Blocks until the process finishes. |
Name | Description | |
---|---|---|
![]() | MessageReceived | Occurs when some message is received from the process. |