sim_number_of_ge_propagated_status

sim_number_of_ge_propagated_status—returns the number of times a status  greater or equal to a specified status is propagated.

The syntax for sim_number_of_ge_propagated_status is as follows:

sim_number_of_ge_propagated_status($STATUS, $NUM);
$NUM=sim_number_of_ge_propagated_status($STATUS);

sim_number_of_ge_propagated_status arguments

Argument

Mode

Type

Description

$STATUS

Input

STRING

Specifies the status for which you want to count the number of greater than or equal to statuses that have been propagated

$NUM

Output

INTEGER

Specifies the number of times the a status has been propagated that is greater than or equal to $STATUS

Use the sim_number_of_ge_propagated_status to return the number ($NUM) of times that a status greater than or equal to the specified status ($STATUS) has been propagated.

Note

The sim_number_of_ge_propagated_status primitive fails when used outside of an impact status computation action.

Was this page helpful? Yes No Submitting... Thank you

Comments