Skip to main content

Std.Process

This page is still under construction!

This feature is still not implemented!

namespace Std.Process

Std.Process abstracts the management of the current process, parallel tasks and threads.


Functions

@public func getProgramArguments() []string

Returns the program's execution arguments as a slice of strings.

returns []string:

The program's arguments.
@public func exit(uint status) noreturn

Aborts the current process execution.

uint status:

The exit status code.