IsMatchingJobID

Checks that the Job ID of the current User Application job matches the Job ID value of the parameter.

Syntax

bool IsMatchingJobID (StrParam)

Parameters

String value of the Job ID to be compared to the current Job ID. Smart parameters are supported.

Returns

True if the current Job ID matches the value of the parameter. Otherwise, False.

Level

All.

Details

Example
IsMatchingJobID("Main")