class Task::CheckPage

Overview

Selfrefreshing webpage for checking the status and result of the given TranscompileTask.

The JS code for the refresh can be found in "src/js/me.js" The refresh comes from the BrowserAction Task::ShowCheckPage.

Defined in:

pages/task/check_page.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context, current_user : User | ::Nil, input : String, output : String] of Nil

Selfrefreshing webpage for checking the status and result of the given TranscompileTask.

The JS code for the refresh can be found in "src/js/me.js" The refresh comes from the BrowserAction Task::ShowCheckPage.

Constructors

Instance Method Summary

Instance methods inherited from class MainLayout

content content, current_user current_user, page_title page_title, render render

Constructor Detail

def self.new(context : HTTP::Server::Context, input : String, output : String, current_user : User | Nil = nil, **unused_exposures) #

Selfrefreshing webpage for checking the status and result of the given TranscompileTask.

The JS code for the refresh can be found in "src/js/me.js" The refresh comes from the BrowserAction Task::ShowCheckPage.


Instance Method Detail

def content #

[View source]
def input : String #
Description copied from module Lucky::BaseTags

Generates a <input> tag.


def output : String #