|
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| # | CHARACTER FindExecutable () |
Finds the UI Environment for the current background job |
|
| # | CHARACTER GetDatabaseParameter () |
Builds the database startup parameter |
|
| # | 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 |
|
| + | Start (Control) |
Starts the background job |
|
| + | Stop () |
Stops the background job |
| Options | Name | Purpose | |
|---|---|---|---|
| + | BackgroundJob (character) |
Constructor for the BackGroundJob class |
| Options | Name | Purpose | |
|---|---|---|---|
| + | 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 |
Gets and sets if the Control should be added to the Job Monitor |
|
| + | LOGICAL AllowClose |
Get's and set's if this job may get killed without user intervention
when the application is left |
|
| + | Consultingwerk.Framework.Collections.CharacterList Databases |
Get's and sets the comma delimited list of database names |
|
| + | CHARACTER JobId |
Returns an unique ID for this Job |
|
| + | CHARACTER JobParameter |
Gets and sets additional parameters for the -param startup parameter |
|
| + | CHARACTER JobTitle |
Gets and sets the Job title |
|
| + | LONGCHAR OutputData |
Returns the Output Data of the Process |
|
| + | CHARACTER Parameter |
Gets and sets additional session parameter |
|
| + | CHARACTER ProcedureName |
Gets and sets the name of the procedure executed by this background job |
|
| + | LOGICAL SendQuit |
Gets and sets if the backgorund Job should receive a "QUIT" message
via ZeroMQ before killing it |
|
| + | Consultingwerk.UiEnvironmentEnum UiEnvironment |
Gets and sets the UI Environment of the background job |
|
Top
PROTECTED CHARACTER FindExecutable ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER GetDatabaseParameter ()
|
||||||||||||||||||||||
PROTECTED OnProcessFinished (EventArgs)
|
||||||||||||||||||||||
PROTECTED OnProcessOutputChanged (EventArgs)
|
||||||||||||||||||||||
PRIVATE ProcessDataAvailableHandler (Object, EventArgs)
|
||||||||||||||||||||||
PROTECTED ProcessExitedHandler (Object, EventArgs)
|
||||||||||||||||||||||
PUBLIC Start (Control)
|
||||||||||||||||||||||
PUBLIC Stop ()
|
||||||||||||||||||||||
PUBLIC BackgroundJob (character)
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ProcessFinished (Object, EventArgs)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ProcessOutputChanged (Object, EventArgs)
|
||||||||||||||||||||
PUBLIC LOGICAL AddToJobMonitor
|
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AllowClose
|
|||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList Databases
|
|||||||||||||||||
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
|
|||||||||||||||||