Options
All
  • Public
  • Public/Protected
  • All
Menu

An add-on interface for any Activity that wants to visualize a percentage complete value. This is often done by filling a section of the activity bar depending on the value represented.

since

1.0

Hierarchy

Index

Methods

getEndTime

  • getEndTime(): number
  • The end time of the activity.

    since

    1.0

    Returns number

    the activity end time

getId

  • getId(): string
  • The unique id of the activity.

    since

    1.0

    Returns string

    the unique activity ID

getName

  • getName(): string
  • The name of the activity, for example "Flight 3441".

    since

    1.0

    Returns string

    the name of the activity

getPercentageComplete

  • getPercentageComplete(): number
  • Returns the "percentage complete" value of the activity. Must be a value between 0 and 100%.

    since

    1.0

    Returns number

    the percentage complete value [0, 100];

getStartTime

  • getStartTime(): number
  • The start time of the activity.

    since

    1.0

    Returns number

    the activity start time