ScheduleContext class
Object returned when schedule
is executed.
The end of the schedule can be monitored by waiting.
You can also check if it is finished by pressing done.
schedule
を実行する際に返されるオブジェクト。
スケジュールの終了をwaitingで監視することができます。
また、終了したかどうかをdoneで確認することができます。
Properties
- done → bool
-
Return
true
ifschedule
is executed and terminated.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
waiting
→ Future<
void> ? -
Future to monitor the end of the
schedule
when it is executed.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited