Skip to content

Commit

Permalink
Added comments to /modules/blocks/process
Browse files Browse the repository at this point in the history
  • Loading branch information
jarenal committed Jul 27, 2018
1 parent eba1dd9 commit c6d7f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/blocks/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export class BlocksModuleProcess implements IBlocksModuleProcess {

private isCleaning: boolean = false;

/**
* Clean up tasks
*/
public cleanup() {
this.isCleaning = true;
return Promise.resolve();
Expand Down

0 comments on commit c6d7f09

Please sign in to comment.