Public Member Functions | |
void | RequestCancellation () |
Properties | |
bool | CancelRequest [get] |
System.Diagnostics.Process | Process [get] |
System.Diagnostics.ProcessStartInfo | StartInfo [get] |
void wx.Build.BuildProcessRefersToShellProcess.RequestCancellation | ( | ) |
Call this to request a cancellation of this process.
bool wx.Build.BuildProcessRefersToShellProcess.CancelRequest [get] |
True iff another handler has requested to cancel (kill) the process.
System.Diagnostics.Process wx.Build.BuildProcessRefersToShellProcess.Process [get] |
The process that has been started.
System.Diagnostics.ProcessStartInfo wx.Build.BuildProcessRefersToShellProcess.StartInfo [get] |
The start info of the process that has been started.