SlotFlow API Documentation

MovementSchedule
in package

FinalYes

Immutable summary of one planned movement schedule over time.

Table of Contents

Properties

$milestones  : array<string|int, mixed>
$remaining  : int|float
$steps  : array<string|int, mixed>

Methods

__construct()  : mixed
Create one timed movement schedule result.
deltas()  : array<int, TimedQuantityStateDelta>
Aggregate timed quantity-state deltas for this schedule.
firstMilestone()  : ScheduleMilestone|null
Return the first milestone reached by this schedule, if any.
isComplete()  : bool
Return true when the requested quantity is fully scheduled.
lastMilestone()  : ScheduleMilestone|null
Return the final milestone reached by this schedule, if any.
step()  : ScheduledStep|null
Find one scheduled step by id.

Properties

Methods

isComplete()

Return true when the requested quantity is fully scheduled.

public isComplete() : bool
Return values
bool

        
On this page

Search results