Interface IStationBase
工位基类接口
public interface IStationBase : IModuleBase
- Inherited Members
- Extension Methods
Methods
Execute(object)
执行工位
object Execute(object para)
Parameters
paraobject参数
Returns
NotifyGAdd(string)
信息提示
void NotifyGAdd(string content)
Parameters
contentstring
NotifyGError(string)
错误提示
void NotifyGError(string content)
Parameters
contentstring