Set Status Mesage

DESCRIPTION:

Set status message during a long-running server job.

USAGE:

spserver.set.message(message)

REQUIRED ARGUMENTS:

message
a string message.

SIDE EFFECTS:

Sets the current status message for this server job.

DETAILS:

This message may be displayed by server administration tools when querying the status of a Spotfire S+ job. For long-running jobs, periodically setting the status message can supply useful information.

EXAMPLES:

# spserver.set.message("starting phase 4")