Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Runs a progress operation and updates the given controls
Syntax
client server public static container run(
FormProgressControl _progressControl,
FormStaticTextControl _statusControl,
ClassId _operationClass,
str _operationMethod,
[container _input])
Run On
Called
Parameters
- _progressControl
Type: FormProgressControl Class
The progress bar control to be updated.
- _statusControl
Type: FormStaticTextControl Class
The status text control to be updated.
- _operationClass
Type: ClassId Extended Data Type
The class which contains the method to execute.
- _operationMethod
Type: str
The static method to execute.
- _input
Type: container
Optional input to the method
Return Value
Type: container
Any output that is returned from the method.