Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Background

Class to create a queue of processes that run in Background

load 'background.rb'
Background.new do
	Database.reply()
end

bc = Background.new do
	Bank.integration()
end

bc.finished do
	msg = bc.error? ?
		"Was not possible to complete the process!<br />Error: #{bc.error}" :
		'Successfully Completed'
	Email.send(msg)
end

About

Class to create a queue of processes that run in Background

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages