this connector allows tracking of long-running procedures, using a webconnector. currently only supports one tracker per client
More...
|
| static bool | Reset () |
| | reset the tracker More...
|
| |
| static bool | GetCurrentState (out string ACaption, out string AStatusMessage, out int APercentageDone, out bool AJobFinished) |
| | get the current state More...
|
| |
| static bool | CancelJob () |
| | cancel the currently running job More...
|
| |
this connector allows tracking of long-running procedures, using a webconnector. currently only supports one tracker per client
◆ CancelJob()
| static bool Ict.Petra.Server.MCommon.WebConnectors.TProgressTrackerWebConnector.CancelJob |
( |
| ) |
|
|
inlinestatic |
cancel the currently running job
◆ GetCurrentState()
| static bool Ict.Petra.Server.MCommon.WebConnectors.TProgressTrackerWebConnector.GetCurrentState |
( |
out string |
ACaption, |
|
|
out string |
AStatusMessage, |
|
|
out int |
APercentageDone, |
|
|
out bool |
AJobFinished |
|
) |
| |
|
inlinestatic |
◆ Reset()
| static bool Ict.Petra.Server.MCommon.WebConnectors.TProgressTrackerWebConnector.Reset |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: