53.6 Status commands

These functions display status information.


53.6.1 milestone(...)

This function displays a string in the prompt area.

Path
milestone

Required argument

message

A String specifying the text to display.

Optional arguments

None.

Return value

None

Exceptions

None.


53.6.2 milestone(...)

This function displays a percentage complete message in the prompt area.

Path
milestone

Required arguments

message

A String specifying the text to display.

percent

An Int specifying the percentage complete.

Optional arguments

None.

Return value

None

Exceptions

None.


53.6.3 milestone(...)

This function displays a message in the prompt area indicating the number done out of a total. The form of the message is operation: object nn out of nn

Path
milestone

Required arguments

message

A String specifying the operation.

object

A String specifying the object.

done

An Int specifying the number being processed.

total

An Int specifying the total number.

Optional arguments

None.

Return value

None

Exceptions

None.