"readOnly"

Sets the scheduler ewo to read only (TRUE) or not to read only (FALSE).

Synopsis

shape.readOnly(bool);

Parameters

Parameter Description
bool

TRUE = read-only

FALSE = not read-only

Description

Sets the scheduler ewo to read only (TRUE) or not to read only (FALSE).

Example

Sets the scheduler ewo to read-only

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

Assignment

Scheduler ewo