Preparing search index...
The search index is not available
@monesidn/typescript-utils
@monesidn/typescript-utils
tasks/Task
default
Interface default
Represents a Task. Each Task is an asyncronous process not started yet.
interface
default
{
getName
(
)
:
string
;
run
(
)
:
Promise
<
void
>
;
}
Implemented by
default
Index
Methods
get
Name
run
Methods
get
Name
get
Name
(
)
:
string
Returns
string
run
run
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Name
run
@monesidn/typescript-utils
async
asyncDebounce
defer
delay
events/EventsSource
functions
AnyFn
EmptyFn
Fn
GeneratorFn
VoidFn
isFunction
noop
logger
ConsoleOutputDevice
LogLevel
Logger
LoggerManager
OutputDevice
misc
SimpleEncryptDecrypt
Loading...
Generated using
TypeDoc
Represents a Task. Each Task is an asyncronous process not started yet.