Ovh\Dedicated\Server\Server::getTasks PHP Method

getTasks() public method

Return tasks associated with this Dedicated Server (current and past)
public getTasks ( ) : array
return array of int
    public function getTasks()
    {
        return json_decode(self::getClient()->getTasks($this->getDomain()));
    }