login: Login on server.

Description Usage Arguments Value

Description

This call results in communication with the competition server. It validates the user's credentials. Multiple concurrent logins with the same credentials are possible to allow for parallel evaluation of problems on different cores/machines, but not from multiple threads within the same process. The account becomes a persistent property of the library state; subsequent function calls refer to this account.

Usage

1
login(username, password)

Arguments

username

[character(1)]
Username for login.

password

[character(1)]
Password for login.

Value

[invisible(NULL)].


berndbischl/bbcompr documentation built on May 12, 2019, 4:28 p.m.