ToiSchedulerServiceBooking Interface Reference


Description

This is the documentation for ToiSchedulerServiceBooking.
Structure containing information about an existing booking Use toi.statics.ToiSchedulerServiceBooking.create(<id>, <category>, <activityType>, <start>, <duration>, <seriesId>) to create an instance of ToiSchedulerServiceBooking.

import "ToiSchedulerServiceBooking.idl";

List of all members.

Public Attributes

attribute
ToiSchedulerService::TToiBookingId 
id
attribute string category
attribute string activityType
attribute
ToiSchedulerService::TToiTime 
start
attribute long duration
attribute
ToiSchedulerService::TToiSeriesId 
seriesId

Member Data Documentation

The activity type.

The category the booking belongs to.

The duration. A value < 0 means no OnScheduledStop will be sent

If the booking is part of a series, the parameter refers to the identifier of the series, otherwise set to ToiSchedulerService::SERIES_ID_NONE.