# GetServerUrlCommand

## Шаблон GetServerUrlCommand <a href="#template" id="template"></a>

```xml
<Command Name="" Type="GetServerUrlCommand" Assembly="Commands">
  <!--Тэги, общие для всех команд-->
  <Condition Name="" />
  <Lock Value="" />
  <!--Тэги, специфичные для GetServerUrlCommand-->
  <Async Value="" />
</Command>
```

## Описание GetServerUrlCommand <a href="#description" id="description"></a>

```xml
<Command Name="GetServerUrlCommand" Type="GetServerUrlCommand" Assembly="Commands">
  <!--Тэги, общие для всех команд-->
  <!--Тэги, специфичные для GetServerUrlCommand-->
</Command>
```

### Результат выполнения GetServerUrlCommand <a href="#result" id="result"></a>

#### Value <a href="#result_value" id="result_value"></a>

URL серверной части.

## Тэги, специфичные для GetServerUrlCommand <a href="#specific-tags" id="specific-tags"></a>

### Async <a href="#async" id="async"></a>

Признак, определяющий, будет ли выполнение команды происходить в асинхронном режиме (в фоновом потоке).

Необязательный тэг. Значение тэга не ожидается.\
Обязательный атрибут `Value` ожидает логическое значение

По умолчанию используется значение False.

```xml
<Async Value="False" />
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/commands/get_server_url_command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
