class Task:
    def __init__(self):
    def run(self):

    ## Utility method ##    
    def proceed(self):

    ## Attributes ##
    def handle(self):
    def name(self):

    ## Private method ##