TaskProcessEndEvent class

An event signaling the end of a process execution triggered through a task

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

TaskProcessEndEvent({TaskExecution? execution, num? exitCode})
factory

Properties

execution TaskExecution

Available on TaskProcessEndEvent, provided by the TaskProcessEndEvent$Typings extension

The task execution for which the process got started.
no setter
exitCode num?

Available on TaskProcessEndEvent, provided by the TaskProcessEndEvent$Typings extension

The process's exit code. Will be undefined when the task is 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

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