> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IStageInfo

> IStageInfo は、文書の処理ステージに関する読み取り専用の情報（ステージIDと名前、タスクID、割り当てられたプリンシパル）を FlexiCapture スクリプトに提供します。

<div id="what-it-does">
  ## 機能
</div>

ドキュメントの処理ステージに関する情報を保持します。

<div id="properties">
  ## プロパティ
</div>

<table width="100%">
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        <p>
          <strong>名前</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>型</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>アクセス</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>説明</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>PrincipalId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>指定されたドキュメントに関連付けられたタスクを受け取ることができるユーザーまたはグループの識別子です。</p>
        <p>"0" は、そのタスクがどのプリンシパル (ユーザーまたはグループ) にも割り当てられていないことを示します。</p>

        <p>
          詳細については、<a href="/ja/flexi-capture/appendix/scripts/iprincipal">IPrincipal</a> を参照してください。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>StageId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>現在の処理ステージの識別子</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>StageName</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>現在の処理ステージの名前</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>TaskId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>タスクの識別子です。タスクが存在しない場合、その値は "0" です。</p>
      </td>
    </tr>
  </tbody>
</table>
