The process class which stores the application execution data. More...
#include <process.h>


Public Member Functions | |
| wxGISProcess (IGISProcessParent *pParent=NULL) | |
| virtual void | OnTerminate (int pid, int status) |
| virtual bool | Start (void) |
| virtual void | Stop (void) |
| virtual void | ProcessInput (wxString &sInputData) |
| virtual void | SetState (wxGISEnumTaskStateType nState) |
| virtual wxGISEnumTaskStateType | GetState (void) const |
| virtual wxDateTime | GetStart (void) const |
| virtual wxDateTime | GetFinish (void) const |
Protected Attributes | |
| IGISProcessParent * | m_pParent |
| wxCriticalSection | m_ExitLock |
| wxDateTime | m_dtBeg |
| wxDateTime | m_dtEstEnd |
| wxGISEnumTaskStateType | m_nState |
| double | m_dfDone |
| bool | m_bKill |
The process class which stores the application execution data.