|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER FindExecutable () |
Finds the UI Environment for the current background job |
|
# | CHARACTER GetDatabaseParameter () |
Builds the database startup parameter |
|
# | OnProcessError (ProcessErrorEventArgs) |
Raises the ProcessError event |
|
# | OnProcessFinished (EventArgs) |
Raises the ProcessFinished |
|
# | OnProcessOutputChanged (EventArgs) |
Raises the ProcessOutputChanged |
|
- | ProcessDataAvailableHandler (Object, EventArgs) |
Event handler for the DataAvailable event of the
Consultingwerk.Support.ProcessOutputReader control instance |
|
# | ProcessExitedHandler (Object, EventArgs) |
Event handler for the Exited event of the Process |
|
+ | SendMessage (character) |
Sends a message to the background job session using ZeroMq |
|
+ | Start (Control) |
Starts the background job |
|
+ | Stop () |
Stops the background job |
Options | Name | Purpose | |
---|---|---|---|
+ | BackgroundJob (character) |
Constructor for the BackGroundJob class |
Options | Name | Purpose | |
---|---|---|---|
+ | ProcessError (Object, ProcessErrorEventArgs) |
Raised when the ProcessError exists with an error code |
|
+ | ProcessFinished (Object, EventArgs) |
Raised when the background job has finished |
|
+ | ProcessOutputChanged (Object, EventArgs) |
Raised when the background job has (partial) data available |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AddToJobMonitor |
|
|
+ | LOGICAL AllowClose |
|
|
+ | Consultingwerk.Framework.Collections.CharacterList Databases |
|
|
+ | INTEGER ExitCode |
|
|
+ | LOGICAL Finished |
|
|
+ | LOGICAL InitializeMessageQueue |
|
|
+ | CHARACTER JobId |
|
|
+ | CHARACTER JobParameter |
|
|
+ | CHARACTER JobTitle |
|
|
+ | LONGCHAR OutputData |
|
|
+ | CHARACTER Parameter |
|
|
+ | CHARACTER ProcedureName |
|
|
+ | LOGICAL SendQuit |
|
|
+ | Consultingwerk.UiEnvironmentEnum UiEnvironment |
|
Top
PROTECTED CHARACTER FindExecutable ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER GetDatabaseParameter ()
|
||||||||||||||||||||||
PROTECTED OnProcessError (ProcessErrorEventArgs)
|
||||||||||||||||||||||
PROTECTED OnProcessFinished (EventArgs)
|
||||||||||||||||||||||
PROTECTED OnProcessOutputChanged (EventArgs)
|
||||||||||||||||||||||
PRIVATE ProcessDataAvailableHandler (Object, EventArgs)
|
||||||||||||||||||||||
PROTECTED ProcessExitedHandler (Object, EventArgs)
|
||||||||||||||||||||||
PUBLIC SendMessage (character)
|
||||||||||||||||||||||
PUBLIC Start (Control)
|
||||||||||||||||||||||
PUBLIC Stop ()
|
PUBLIC BackgroundJob (character)
|
---|
PUBLIC ProcessError (Object, ProcessErrorEventArgs)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ProcessFinished (Object, EventArgs)
|
||||||||||||||||||||
PUBLIC ProcessOutputChanged (Object, EventArgs)
|
PUBLIC LOGICAL AddToJobMonitor
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AllowClose
|
|||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList Databases
|
|||||||||
PUBLIC INTEGER ExitCode
|
|||||||||
PUBLIC LOGICAL Finished
|
|||||||||
PUBLIC LOGICAL InitializeMessageQueue
|
|||||||||
PUBLIC CHARACTER JobId
|
|||||||||
PUBLIC CHARACTER JobParameter
|
|||||||||
PUBLIC CHARACTER JobTitle
|
|||||||||
PUBLIC LONGCHAR OutputData
|
|||||||||
PUBLIC CHARACTER Parameter
|
|||||||||
PUBLIC CHARACTER ProcedureName
|
|||||||||
PUBLIC LOGICAL SendQuit
|
|||||||||
PUBLIC Consultingwerk.UiEnvironmentEnum UiEnvironment
|