System tasks (linod.SystemTasks)

The default table for the SystemTask model. (more)

Every row of this data table is a System task.

User guide: The linod plugin.

Columns

  • No. (seqno) : The sequence number of this item with its parent.

  • Name (name) : See Name.

  • Logging level (log_level) : The logging level to apply when running this task.

  • Disabled (disabled) : Tells whether the task should be ignored.

  • Status (status) : See Status.

  • Background procedure (procedure) : The background procedure to run in this task.

  • (dndreorder) : A place holder column for drag and drop row reorder on React front end

Detail layout

    • No. (seqno) : The sequence number of this item with its parent.

    • Background procedure (procedure) : The background procedure to run in this task.

  • Name (name) : See Name.

    • Repeat every (every) : The frequency of periodic iteration: daily, weekly, monthly or yearly.

    • Recurrence (every_unit) : The interval between each periodic iteration.

    • Logging level (log_level) : The logging level to apply when running this task.

    • Disabled (disabled) : Tells whether the task should be ignored.

    • Status (status) : See Status.

    • Requested at (requested_at) : The timestamp when a user has explicitly requested to run this task.

    • Started at (last_start_time) : The timestamp when this task has started running in the task runner.

    • Ended at (last_end_time) : The timestamp when this task has finished running in the task runner.

  • Logged messages (message) : Stores information about the job, mostly logs.

Toolbar actions

  • Table (landscape) (as_pdf) : See (unformatted: <lino_xl.lib.appypod.mixins.PrintTableAction as_pdf ('Table (landscape)')>).

  • Table (portrait) (as_pdf_p) : See (unformatted: <lino_xl.lib.appypod.mixins.PortraitPrintTableAction as_pdf_p ('Table (portrait)')>).

  • Export to .xls (export_excel) : Export this table as an .xls document

  • None (grid_post) : See (unformatted: <lino.core.actions.CreateRow grid_post>).

  • None (grid_put) : See (unformatted: <lino.core.actions.SaveGridCell grid_put>).

  • New (insert) : Insert a new System task.

  • Create (submit_insert) : Submit this form, i.e. send your data to the server.

  • Duplicate (clone_row) : Create a duplicate of this row and insert the new row below this one.

  • Delete (delete_selected) : Delete this record

  • Cancel request (cancel_run) : Cancel the explicit request to tun this task as soon as possible.

  • None (grid) : The default table for the SystemTask model.

  • Move down (move_down) : Exchange the seqno of this item and the next item.

  • Move up (move_up) : Exchange the seqno of this item and the previous item.

  • None (open_help) : Open Help Window

  • Run now (run_now) : Explicitly request to tun this task as soon as possible.

  • None (validate) : See (unformatted: <lino.core.actions.ValidateForm validate>).

  • Save (submit_detail) : Save changes in this form

Hidden columns

  • ID (id) : See ID.

  • Start date (start_date) : The start date of the first meeting to be generated.

  • Start time (start_time) : See Start time.

  • End Date (end_date) : The end date of the first meeting to be generated. Leave this field empty if the meetings last less than one day.

  • End Time (end_time) : See End Time.

  • Recurrence (every_unit) : The interval between each periodic iteration.

  • Repeat every (every) : The frequency of periodic iteration: daily, weekly, monthly or yearly.

  • Positions (positions) : Space-separated list of one or several positions within the recurrency cycle.

  • Monday (monday) : See Monday.

  • Tuesday (tuesday) : See Tuesday.

  • Wednesday (wednesday) : See Wednesday.

  • Thursday (thursday) : See Thursday.

  • Friday (friday) : See Friday.

  • Saturday (saturday) : See Saturday.

  • Sunday (sunday) : See Sunday.

  • Number of events (max_events) : Maximum number of calendar entries to generate.

  • Started at (last_start_time) : The timestamp when this task has started running in the task runner.

  • Ended at (last_end_time) : The timestamp when this task has finished running in the task runner.

  • Requested at (requested_at) : The timestamp when a user has explicitly requested to run this task.

  • Logged messages (message) : Stores information about the job, mostly logs.

  • Select multiple rows (rowselect) : See Select multiple rows.