class Task::CheckPage
- Task::CheckPage
- MainLayout
- Reference
- Object
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.crConstant 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
-
.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
.
Instance Method Summary
- #content
-
#input : String
Generates a
<input>
tag. - #output : String
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
.