Interface AsyncResultCatcher

Index

Call signatures

Call signatures

(success: boolean)

Either false or an Error object may be passed to the done function to instruct Grunt that the task has failed.

Parameters

  • success: boolean

(error: Error)

Parameters

  • error: Error

(result: any)

Parameters

  • result: any

()