ARActionScheduleOperation: {
    operations: ReferenceToOperation[];
    to: {
        idRoute: string;
        operation?: ReferenceToOperation;
        position?: "END_OF_ROUTE" | "BEFORE_SCHEDULED_OPERATION";
    };
    type: "SCHEDULE_OPERATIONS_ON_EXISTING_ROUTES";
}

Type declaration

  • operations: ReferenceToOperation[]
  • to: {
        idRoute: string;
        operation?: ReferenceToOperation;
        position?: "END_OF_ROUTE" | "BEFORE_SCHEDULED_OPERATION";
    }
    • idRoute: string
    • Optional operation?: ReferenceToOperation
    • Optional position?: "END_OF_ROUTE" | "BEFORE_SCHEDULED_OPERATION"
  • type: "SCHEDULE_OPERATIONS_ON_EXISTING_ROUTES"

Generated using TypeDoc