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.
Displays the standard progress UI and runs an operation that is specified by the given static method on a class.
Syntax
client server public static container show(
str _caption,
str _animationFile,
ClassId _operationClass,
str _operationMethod,
[container _input])
Run On
Called
Parameters
- _caption
Type: str
The caption to be displayed for the operation.
- _animationFile
Type: str
The animation to show with the progress of the operation.
- _operationClass
Type: ClassId Extended Data Type
The class that 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.