Interface IStdBSPBot
Assembly: StdPlatBS100.dll
Syntax
[ComVisible(true)]
[Guid("58794220-3431-4158-BDBD-C1953584DC7E")]
public interface IStdBSPBot
Methods
Declaration
int CriaMensagem(string strTopico, string strTarefa, string strTexto, PrimaveraOrderedDictionary objAccoes, bool blnMostraJa)
Parameters
| Type |
Name |
Description |
| System.String |
strTopico |
|
| System.String |
strTarefa |
|
| System.String |
strTexto |
|
| Primavera.Platform.Collections.PrimaveraOrderedDictionary |
objAccoes |
|
| System.Boolean |
blnMostraJa |
|
Returns
| Type |
Description |
| System.Int32 |
|
CriaTarefa(String, String, String, String)
Declaration
bool CriaTarefa(string strTopico, string strIdTarefa, string strPipeline, string strParametros)
Parameters
| Type |
Name |
Description |
| System.String |
strTopico |
|
| System.String |
strIdTarefa |
|
| System.String |
strPipeline |
|
| System.String |
strParametros |
|
Returns
| Type |
Description |
| System.Boolean |
|