1 \section{\class{wxProcess
}}\label{wxprocess
}
3 This class contains a method which is invoked when a process finishes.
4 It can raise a
\helpref{wxProcessEvent
}{wxprocessevent
} if wxProcess::OnTerminate
7 \wxheading{Derived from
}
9 \helpref{wxEvtHandler
}{wxevthandler
}
11 \wxheading{Include files
}
15 \latexignore{\rtfignore{\wxheading{Members
}}}
17 \membersection{wxProcess::wxProcess
}\label{wxprocessconstr
}
19 \func{}{wxProcess
}{\param{wxEvtHandler *
}{ parent = NULL
},
\param{int
}{ id = -
1}}
21 Constructs a process object.
{\it id
} is only used in the case you want to
22 use wxWindows events. It identifies this object, or another window that will
25 \wxheading{Parameters
}
27 \docparam{parent
}{The event handler parent.
}
29 \docparam{id
}{id of an event.
}
31 \membersection{wxProcess::
\destruct{wxProcess
}}
33 \func{}{\destruct{wxProcess
}}{\void}
35 Destroys the wxProcess object.
37 \membersection{wxProcess::OnTerminate
}\label{wxprocessonterminate
}
39 \constfunc{void
}{OnTerminate
}{\param{int
}{ pid
}}
41 It is called when the process with the pid
{\it pid
} finishes.
42 It raises a wxWindows event when it isn't overriden.
44 \docparam{pid
}{The pid of the process which ends.
}