Skip to content

Latest commit

 

History

History
executable file
·
94 lines (51 loc) · 1.83 KB

resource.rst

File metadata and controls

executable file
·
94 lines (51 loc) · 1.83 KB

リソース ― tResource =================

to be filled in

使用方法

リソースの生成

アプリケーション開発者は tResource セルタイプのセルを生成することにより、リソースを生成することができます。次の例では MyResource という名前のリソースセルを生成し、 MyCellcResource をメインルーチンとして結合しています。

celltype tMyCellType {
    call sResource cResource;
};

cell tMyCellType MyCell {};

cell tTask MyResource {
    property = "STANDARD";
    linkedResource = "OMISSIBLE";

    eResource = MyCell.cResource;
};

リファレンス

セルタイプ

シグニチャ