Interface ISlot

Represents a slot

See

  • period - period of the slot
  • thread - thread of the slot
interface ISlot {
    period: number;
    thread: number;
}

Properties

Properties

period: number
thread: number

Generated using TypeDoc