A Node-style asynchronous callback.
After all asynchronous work is done, the callback must call done, optionally passing an error argument.
done
Optional
Generated using TypeDoc
A Node-style asynchronous callback.
After all asynchronous work is done, the callback must call
done
, optionally passing an error argument.