onCleanupFailed method

  1. @override
void onCleanupFailed(
  1. String reason
)
override

Occurs when the cleanup process fails due to the specified reason.

Implementation

@override
void onCleanupFailed(final String reason)
{
  errorCLn(reason);
  infoLn('Cleaning up ✖');
}