Timing class
Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
Constructors
Properties
- finishTime → DateTime?
-
The time, in Unix epoch format, that the transcoding job finished
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The time, in Unix epoch format, that transcoding for the job began.
final
- submitTime → DateTime?
-
The time, in Unix epoch format, that you submitted the job.
final
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