ReportStatusMessage(Variable, String) Function

Top 

Description

Reports a user defined status message through FreeFlyer's message reporting mechanism.

 

This function has been Deprecated. Please use the static methods present on the Diagnostics object instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Function Signature

ReportStatusMessage(

Variable statusType,


String message)

 

 

Arguments

statusType


Description:

Determines the type of message which will be reported. Note, an Unrecoverable Error message will produce runtime error even within a Try statement.

Valid Values:

Value

Label

0

Error message

1

Unrecoverable Error message

2

Warning message

 

 

 

message


Description:

The message to report.

 

 

 

Syntax

ReportStatusMessage(myVariable1, myString1);

 

 

See also

ReportStatusMessage