ignoreFailureTask
ignoreFailureTask(task) ⇒ Task
Produces a new task that wraps input, will execute input task but if input task fails - this wrapper task will still resolve in success
Kind: global function
Param | Type |
---|---|
task | Task |
Task
Produces a new task that wraps input, will execute input task but if input task fails - this wrapper task will still resolve in success
Kind: global function
Param | Type |
---|---|
task | Task |