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