"inhibitOverlap"

If this function is set to TRUE it prevents two overlapping time bars to be created.

Synopsis

shape.inhibitOverlap(bool);

Parameters

Parameter Description
bool If this function is set to TRUE it prevents two overlapping time bars to be created.

Description

If this function is set to TRUE it prevents two overlapping time bars to be created.

Example

inhibitOverlap is set to TRUE so that overlapping time bars cannot be created.

main()
{
  this.inhibitOverlap(TRUE);
}

Assignment

Scheduler ewo