Set Percent Done
DESCRIPTION:
Set job percentage done during a long-running server job.
USAGE:
spserver.set.percent(percent)
REQUIRED ARGUMENTS:
- percent
-
a percentage between 0.0 and 100.0. This may be a floating point value.
SIDE EFFECTS:
Sets the current job percentage done for this server job.
DETAILS:
This percentage value may be displayed by server administration tools
when querying the status of a Spotfire S+ job.
For long-running jobs, it may be useful to occasionally set this value.
EXAMPLES:
# spserver.set.percent(35.6)