This action allows the user to perform linking, compiling and connect on the current project. The function call takes in no arguments. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.
SSPResult LinkCompileConnect()
SSPResult contains 'IsSuccess' flag and 'Message' information of the LinkCompileConnect action.