![]() | Python |
The PythonCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndTime |
Gets time that the process finished or current time if process is still running.
(Inherited from SubProcessBase) |
![]() | Progress |
Gets the current percent completion of process [0 - 100].
(Inherited from SubProcessBase) |
![]() | StartTime |
Gets time that the process was started.
(Inherited from SubProcessBase) |
![]() | Status |
Gets current status of the process.
(Inherited from SubProcessBase) |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from SubProcessBase) |
![]() | 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.
(Inherited from SubProcessBase) |
![]() ![]() | Launch | Launches a python script with the provided arguments. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | WaitForCompletion |
Blocks until the process finishes.
(Inherited from SubProcessBase) |
![]() | WaitForCompletion(CancellationToken) |
Blocks until the process finishes.
(Inherited from SubProcessBase) |
Name | Description | |
---|---|---|
![]() | MessageReceived |
Occurs when some message is received from the process.
(Inherited from SubProcessBase) |