Summary of TaskKit.Task

You can also browse the complete source file or the generated documentation.


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

    ## Utility method ##
    def proceed(self)

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

    ## Private method ##