Status commands

These functions display status information.

The following topics are discussed:

milestone

This function displays a string in the prompt area.

Path

milestone

Required arguments

message

A String specifying the text to display.

Optional arguments

None.

Return value

None.

Exceptions

None.

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.

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.