Class Marker : hasAlert Method


Boolean hasAlert()

Summary

Determine if the Marker has an alert or not.


Returns


True if the marker has an alert, false otherwise.


Examples

var mrk = arrMarker[ marker ];
if( !mrk.isProgrammeExcluded( prog ) && mrk.hasAlert() )
{
arr.push( prog );
}


See Also

  • Marker : alertRemoveMarkerWhenProgrammeStarts


    Requirements

    Build 1059