NovaOS Development Documentation

Namespace

wd

Summary

NovaOS's main namespace, containing the core functions and utilities.

NovaOS's main namespace, containing the core functions and utilities. named "wd" due to NovaOS being based on WebDesk.

Namespaces

controls
The control center namespace.

Methods

static

clock() → {String}

Forces the clock to tick, and returns the current time in HH:MM:SS format.

Returns

  • String

    The current time in HH:MM:SS format.

Source

static

desktop(name, deskid, waitopt, waitFor) → {void}

The main function, responsible for the shell.

Parameters

  • name String

    the user's name

  • deskid String

    the novanet id for the current install.

  • waitopt Boolean

    whether to wait for a certain amount of time before starting the desktop

  • waitFor Number

    the amount of time to wait before starting the desktop

Returns

  • void

    This function does not return anything.

Source

static

finishsetup()

Stores the user's name and sets parts of the filesystem

Source