zeed
Preparing search index...
TaskEvents
Interface TaskEvents
interface
TaskEvents
{
didCancel
:
()
=>
void
;
didFinish
:
()
=>
void
;
didStart
:
(
max
:
number
)
=>
void
;
didUpdate
:
(
max
:
number
,
resolved
:
number
)
=>
void
;
}
Index
Properties
did
Cancel
did
Finish
did
Start
did
Update
Properties
did
Cancel
didCancel
:
()
=>
void
did
Finish
didFinish
:
()
=>
void
did
Start
didStart
:
(
max
:
number
)
=>
void
did
Update
didUpdate
:
(
max
:
number
,
resolved
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
did
Cancel
did
Finish
did
Start
did
Update
zeed
Loading...