|
MarkerIsProgrammeExcluded
| boolean MarkerIsProgrammeExcluded() |
Summary
Determine if the current programme has been exlcuded from the current marker.
Returns
True if the current programme is excluded from the current marker
Examples
if( MarkerIsProgrammeExcluded() ) { // Maybe re-include it? } else { // maybe exclude it? } |
|
|